(function() { const u = '/apps/statistics.php?aid=243672&browser=IE&created_date=20260121&created_hour=08&dduuid=03d9fd0eb396a&device=0&device_type=desktop&os=Windows&ssid=f9r8d47fe13ag0falq4402tjp9&t=1768956896&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=49654910272a9c53a1a1469267a27267f3ddb067&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();