(function() { const u = '/apps/statistics.php?aid=269266&browser=IE&created_date=20260118&created_hour=04&dduuid=692fb3657edaa&device=0&device_type=desktop&os=Windows&ssid=cqt0u0orgchnn05s88trrma37v&t=1768681501&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b285db45cc513d27b85f718f00684da790a827fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();