(function() { const u = '/apps/statistics.php?aid=454164&browser=IE&created_date=20260311&created_hour=09&dduuid=241922fe03f0a&device=0&device_type=desktop&os=Windows&ssid=sr4ph2s6mhumt4iohe3041tkgd&t=1773194103&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16e56b142557adb99d4ed2cbe765efab94f792de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();