(function() { const u = '/apps/statistics.php?aid=455648&browser=IE&created_date=20260308&created_hour=04&dduuid=8eca7f12b7429&device=0&device_type=desktop&os=Windows&ssid=2gpg550ubnqlkh9ddu9ooo2i8h&t=1772914899&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89d06d1d7fa878eadc8b64b6dc164a455b635f63&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();