(function() { const u = '/apps/statistics.php?aid=352388&browser=IE&created_date=20251222&created_hour=03&dduuid=1a96725501d1b&device=0&device_type=desktop&os=Windows&ssid=7q1udu59613clrnr6tm8vntuhc&t=1766344210&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ebc50dee8f67891f4a0ee042a68f58d18f6d28a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();