(function() { const u = '/apps/statistics.php?aid=441790&browser=IE&created_date=20260311&created_hour=17&dduuid=5b5f2b5ad23b7&device=0&device_type=desktop&os=Windows&ssid=ie95g10t1r91fpg4m4lc12tb04&t=1773220704&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d5d9d203b5603ffc8741eee37dc43802ea3cb92&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();