(function() { const u = '/apps/statistics.php?aid=455255&browser=IE&created_date=20260313&created_hour=14&dduuid=139d08dd5ec72&device=0&device_type=desktop&os=Windows&ssid=4fvd21a7277io85qnp7r0nndr8&t=1773384889&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c6fe1ee72e28e3b40dc1cc55d66ef6816d2ec07&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();