(function() { const u = '/apps/statistics.php?aid=210248&browser=IE&created_date=20251224&created_hour=04&dduuid=62265f1f0dbf8&device=0&device_type=desktop&os=Windows&ssid=0emk0nftbh37bm4m24kt4q3eqb&t=1766520998&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0476609c26bb30f369b5815c09615286e61ba874&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();