(function() { const u = '/apps/statistics.php?aid=84083&browser=IE&created_date=20260122&created_hour=04&dduuid=8f665fe90e4f8&device=0&device_type=desktop&os=Windows&ssid=vmp933ln88qi1r0smgmhfsr83k&t=1769026325&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc084c27cc13ee1a27b32289bbf537cadbce419c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();