(function() { const u = '/apps/statistics.php?aid=460318&browser=IE&created_date=20260312&created_hour=15&dduuid=be76bf966336f&device=0&device_type=desktop&os=Windows&ssid=5fins5p9u28ua3otqoe21ve2dj&t=1773300068&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f5ec1e1d836875a3c823f7287cbb2576d0380ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();