(function() { const u = '/apps/statistics.php?aid=427390&browser=IE&created_date=20260123&created_hour=11&dduuid=f43137e32e162&device=0&device_type=desktop&os=Windows&ssid=oqjpvupnma2u53im4kkerrhsnp&t=1769139775&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f4878dd4877a12c5d9fc1f33bb57de2d0769c3e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();