(function() { const u = '/apps/statistics.php?aid=452993&browser=IE&created_date=20260312&created_hour=12&dduuid=38e3b4dad1fd1&device=0&device_type=desktop&os=Windows&ssid=ue2il4f01voio25t6a9ud28qog&t=1773288014&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40711b2afa7796a272b8ec86d08741e52b3f654a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();