(function() { const u = '/apps/statistics.php?aid=452080&browser=IE&created_date=20260311&created_hour=05&dduuid=56b25254854aa&device=0&device_type=desktop&os=Windows&ssid=hvmev0m2588lus80u3n5l1o621&t=1773176725&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25d06433fa8189384eea65cd1ee9a0d17495c0b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();