(function() { const u = '/apps/statistics.php?aid=442105&browser=IE&created_date=20251222&created_hour=23&dduuid=91d7d973d758b&device=0&device_type=desktop&os=Windows&ssid=5i2cf20n6avghlpbsaci9d05ae&t=1766417814&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27a62d31ed531cb208fc2809b660d364064db2de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();