(function() { const u = '/apps/statistics.php?aid=35948&browser=IE&created_date=20260122&created_hour=03&dduuid=5604b6fff9eda&device=0&device_type=desktop&os=Windows&ssid=m8pi8k1ro8isanbkfuds2i8v07&t=1769024210&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e112041998c9ace0c0bedae3a96e0ad711960b6a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();