(function() { const u = '/apps/statistics.php?aid=353129&browser=IE&created_date=20251227&created_hour=07&dduuid=5019f4fc1ad8b&device=0&device_type=desktop&os=Windows&ssid=cgk8alq8o3255egceg8j55h33h&t=1766790307&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6e7b6a552b84221cf058bb2dd3431a9a9f31e414&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();