(function() { const u = '/apps/statistics.php?aid=454834&browser=IE&created_date=20260307&created_hour=10&dduuid=6d60e0ef38afc&device=0&device_type=desktop&os=Windows&ssid=it1916shdnv8k1mf449j3a990h&t=1772852331&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d67cb836432684c04054329e85ab39058abcd20&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();