(function() { const u = '/apps/statistics.php?aid=426235&browser=IE&created_date=20260125&created_hour=07&dduuid=269cdd8a6f583&device=0&device_type=desktop&os=Windows&ssid=i6qbbtpqf7torst94tb92brd58&t=1769297843&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d3341ffde2792c375b5bc0f700d1bffd8f4d646e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();