(function() { const u = '/apps/statistics.php?aid=455982&browser=IE&created_date=20260308&created_hour=02&dduuid=11202d3607d1c&device=0&device_type=desktop&os=Windows&ssid=fg7tdg2prjireaopieh9rqtbe9&t=1772908901&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6eab971fdecaf2ce54698541fbe808d11a309aef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();