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