(function() { const u = '/apps/statistics.php?aid=441803&browser=IE&created_date=20260310&created_hour=23&dduuid=655ffb4019654&device=0&device_type=desktop&os=Windows&ssid=bc5vtsvaggmv10h88e3bq600t5&t=1773156022&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3280438dbf0ed1c6c51988b14b6b094c4dcb97af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();