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