(function() { const u = '/apps/statistics.php?aid=450532&browser=IE&created_date=20260307&created_hour=16&dduuid=f569a0bfde33d&device=0&device_type=desktop&os=Windows&ssid=k83vv6nmh51ek2mlena8putg40&t=1772872932&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8b3d5f0858369c865df4cff66eaa1bca750966d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();