(function() { const u = '/apps/statistics.php?aid=368901&browser=IE&created_date=20260311&created_hour=23&dduuid=b4f52531e88bf&device=0&device_type=desktop&os=Windows&ssid=ur1scvj5r7aknn3hfvbqk0qbc4&t=1773244638&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fbaed056fc1689ed38b5dc1af5d2389478477eaa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();