(function() { const u = '/apps/statistics.php?aid=427420&browser=IE&created_date=20251231&created_hour=21&dduuid=12d4f8fdc4286&device=0&device_type=desktop&os=Windows&ssid=e71pr2q4636i78p9oq58t70qkh&t=1767186562&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94c7603ff107c494c639e763e03d7334531a3484&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();