(function() { const u = '/apps/statistics.php?aid=455488&browser=IE&created_date=20260304&created_hour=10&dduuid=9187f0b878dbd&device=0&device_type=desktop&os=Windows&ssid=isirj0cgt5bv72u4298gjk3t69&t=1772589972&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ce0931dd47141a674411c1a28597fc18d9198ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();