(function() { const u = '/apps/statistics.php?aid=336543&browser=IE&created_date=20260222&created_hour=02&dduuid=6e93069861c42&device=0&device_type=desktop&os=Windows&ssid=jaosg3j1db6u9q4jslfrofrdmd&t=1771697670&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d3d0c6f81610dff1cd4c7d7fc206877a508c527&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();