(function() { const u = '/apps/statistics.php?aid=456178&browser=IE&created_date=20260315&created_hour=00&dduuid=1612116c5c0e9&device=0&device_type=desktop&os=Windows&ssid=uql4dtpl3f01vpgs2aarc0ljap&t=1773505927&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c51d538bcefd57e4585ea4192f4683406d8895e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();