(function() { const u = '/apps/statistics.php?aid=431771&browser=IE&created_date=20260313&created_hour=01&dduuid=bcef90e8ec4a8&device=0&device_type=desktop&os=Windows&ssid=0iskkbdcmi7r1031ali33nelbc&t=1773337738&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54ca9b0ca8622268ecb86f5cf53d811c6e8e7216&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();