(function() { const u = '/apps/statistics.php?aid=453992&browser=IE&created_date=20260311&created_hour=05&dduuid=57dca3558891c&device=0&device_type=desktop&os=Windows&ssid=svviupugbhh6e1n0okq9ejro1f&t=1773179907&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87253739a27744439decda5ce875896ef7423f36&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();