(function() { const u = '/apps/statistics.php?aid=424758&browser=IE&created_date=20260101&created_hour=18&dduuid=b02a246161da0&device=0&device_type=desktop&os=Windows&ssid=2t6m3u1h4ou8shc5pac4jd1fh6&t=1767262879&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f5a49c6a35293b2dcb702d5695e00df5be5f92eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();