(function() { const u = '/apps/statistics.php?aid=210492&browser=IE&created_date=20251222&created_hour=22&dduuid=8fc66cc663e96&device=0&device_type=desktop&os=Windows&ssid=871rctlfhdpiarks44300olsrc&t=1766414059&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea8f3223fa742204f5453c1227386bed59ca6503&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();