(function() { const u = '/apps/statistics.php?aid=455214&browser=IE&created_date=20260311&created_hour=01&dduuid=0a6aa51ddf407&device=0&device_type=desktop&os=Windows&ssid=n2b2vri0bdlsoqva7gf962a8go&t=1773165175&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9bd042987824bfde3077e0469e17acb918dd86bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();