(function() { const u = '/apps/statistics.php?aid=451397&browser=IE&created_date=20260311&created_hour=14&dduuid=1a4fbde44db05&device=0&device_type=desktop&os=Windows&ssid=s8oprhtudkf85i78jljeve2p9o&t=1773209549&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec6a5246f5d5e70ce93d7f31ad8c0f2b603591e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();