(function() { const u = '/apps/statistics.php?aid=54360&browser=IE&created_date=20260124&created_hour=03&dduuid=2585838113cc5&device=0&device_type=desktop&os=Windows&ssid=mfse3nl64vv0b665umgrhereak&t=1769196603&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db58cee4932efc22bce3a934cfc741c8bc819fe9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();