(function() { const u = '/apps/statistics.php?aid=454086&browser=IE&created_date=20260310&created_hour=10&dduuid=2f1f6df2abf3b&device=0&device_type=desktop&os=Windows&ssid=9dbgsolauhpbfia67scdg93u7s&t=1773111107&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d4d0bbf4a684c540bec46662fef939e46439c5f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();