(function() { const u = '/apps/statistics.php?aid=408489&browser=IE&created_date=20260122&created_hour=02&dduuid=61d522aa9ccb1&device=0&device_type=desktop&os=Windows&ssid=eguuc1jneaqu38932lp6iq59qq&t=1769020236&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6bd57294e7a9ea4f9665ceef1d5e479227d418a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();