(function() { const u = '/apps/statistics.php?aid=210119&browser=IE&created_date=20251224&created_hour=18&dduuid=cc9431541ad42&device=0&device_type=desktop&os=Windows&ssid=br2u8p114cv8flul9e0hvg2gfn&t=1766573501&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f220853b98c1e560587a08a6c8c0b8913eeff03&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();