(function() { const u = '/apps/statistics.php?aid=455427&browser=IE&created_date=20260313&created_hour=04&dduuid=4a045730defb9&device=0&device_type=desktop&os=Windows&ssid=l50oh8i6cerakdh8tsa1rresnb&t=1773347197&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=41e5d70a7b42962b7c0965a69d336fbd0d473b3c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();