(function() { const u = '/apps/statistics.php?aid=453827&browser=IE&created_date=20260311&created_hour=20&dduuid=6ccbd0d7ad0ff&device=0&device_type=desktop&os=Windows&ssid=3p1kt584c6mb9qc5hiloemu82k&t=1773231655&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=034a6f509a50f9695a096a953066787028033888&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();