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