(function() { const u = '/apps/statistics.php?aid=455384&browser=IE&created_date=20260303&created_hour=15&dduuid=372c0eb90f391&device=0&device_type=desktop&os=Windows&ssid=4of4pmahsm79ifoama6v92j2mf&t=1772523880&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d140b6e0341e6b9de37169e60300b76688ec860b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();