(function() { const u = '/apps/statistics.php?aid=452937&browser=IE&created_date=20260312&created_hour=05&dduuid=6536e0ab3b9bb&device=0&device_type=desktop&os=Windows&ssid=mr3hpuh961gbo2dcvlo8fk1d70&t=1773264787&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dac7e01fa965e8943ac2bedf2b1ebb2f2ace1eda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();