(function() { const u = '/apps/statistics.php?aid=442777&browser=IE&created_date=20260316&created_hour=22&dduuid=ff037a95d1338&device=0&device_type=desktop&os=Windows&ssid=mgg7j2o6f423le55ch35ieq50f&t=1773672305&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d6d8dee5c1f1f105ee47311cc2c5cb2dc2d9c57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();