(function() { const u = '/apps/statistics.php?aid=452146&browser=IE&created_date=20260312&created_hour=00&dduuid=1c0324ec25b0a&device=0&device_type=desktop&os=Windows&ssid=f8v9hh0cqqi3kier0kddsuolm0&t=1773247107&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=009216d334fce91183e9849f0f231cc553251518&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();