(function() { const u = '/apps/statistics.php?aid=447546&browser=IE&created_date=20260112&created_hour=10&dduuid=d45afa3ebeb7a&device=0&device_type=desktop&os=Windows&ssid=21ulfgk6o9j4d42dt96f3r60dk&t=1768186172&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=208a850df8e544608eae9f69b704b0701e34168a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();