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