(function() { const u = '/apps/statistics.php?aid=450300&browser=IE&created_date=20260313&created_hour=15&dduuid=2804ea2b2d502&device=0&device_type=desktop&os=Windows&ssid=k8fgkmmj61u2j8lm4583mtbg3u&t=1773385450&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d04d8dfbac930297172d9e6f2dfc679d1ecabdf7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();