(function() { const u = '/apps/statistics.php?aid=444745&browser=IE&created_date=20251221&created_hour=21&dduuid=ba6e8f12257a3&device=0&device_type=desktop&os=Windows&ssid=ohklc6icqds0noalevrouvmfg6&t=1766323570&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16be038da9c6e1395518f4dca0a0cb84794fb19d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();