(function() { const u = '/apps/statistics.php?aid=440730&browser=IE&created_date=20260224&created_hour=10&dduuid=392e3554c049b&device=0&device_type=desktop&os=Windows&ssid=th7tnaskd52h60egrpq7vbgp44&t=1771899090&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e0ce0666894fd4e0ae4bd86a0bf3954f33a338f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();