(function() { const u = '/apps/statistics.php?aid=440&browser=IE&created_date=20260312&created_hour=12&dduuid=466705259b70a&device=0&device_type=desktop&os=Windows&ssid=r0bmf5nt7cf01kcredt28iup7e&t=1773288086&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c34430bedf0a3336f0f93c3f04c25cb0e79a09b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();