(function() { const u = '/apps/statistics.php?aid=397515&browser=IE&created_date=20260130&created_hour=13&dduuid=1a541b73ae758&device=0&device_type=desktop&os=Windows&ssid=ia9l29pnpt08n0c8eb62mks62k&t=1769751584&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=330013660a126dd51b06e0ddebe99f752ed27007&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();