(function() { const u = '/apps/statistics.php?aid=428575&browser=IE&created_date=20260308&created_hour=07&dduuid=375b8d85251aa&device=0&device_type=desktop&os=Windows&ssid=17epuofiibp94lfct92qscnr9d&t=1772925268&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30c2c2d5a73b8886c8bf3e1b4a207be68dc0baab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();