(function() { const u = '/apps/statistics.php?aid=380584&browser=IE&created_date=20260324&created_hour=13&dduuid=ee53e840375ba&device=0&device_type=desktop&os=Windows&ssid=v9nchncvlsjorthr6sgmfh1ght&t=1774331991&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3fe7205d930499466cc9531675c5024e8ee9656&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();