(function() { const u = '/apps/statistics.php?aid=452502&browser=IE&created_date=20260311&created_hour=01&dduuid=cd6fe398a9e81&device=0&device_type=desktop&os=Windows&ssid=eqt1p53sl81u3n072i87qph3ii&t=1773165440&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04adaf066f4e98e2ca3c6033b7300ec087423aae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();