(function() { const u = '/apps/statistics.php?aid=453601&browser=IE&created_date=20260312&created_hour=01&dduuid=43ce250bcfe3a&device=0&device_type=desktop&os=Windows&ssid=45ks9i11119rds9t8rkviig68v&t=1773249692&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4fecd0217adbcad87c9cbb4156eee0f57cbfda04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();