(function() { const u = '/apps/statistics.php?aid=343272&browser=IE&created_date=20251221&created_hour=19&dduuid=db0ee10a81ea9&device=0&device_type=desktop&os=Windows&ssid=2hlhsa11h2ev93ht4g22qe5co3&t=1766317945&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d041edfc1e5fae1a2859818136c7761467bda66f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();