(function() { const u = '/apps/statistics.php?aid=334333&browser=IE&created_date=20260210&created_hour=01&dduuid=b3d7446a08fdb&device=0&device_type=desktop&os=Windows&ssid=id22kpccik1030u0fnlgou5qa0&t=1770656578&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d226fb56bb41c64a90e1a81d649efb900117fd9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();