(function() { const u = '/apps/statistics.php?aid=208537&browser=IE&created_date=20251231&created_hour=13&dduuid=5031422078ced&device=0&device_type=desktop&os=Windows&ssid=2r5njaf0l3c0bpsme858fp4j2r&t=1767160475&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=041ca90bbccb13e9e5c0340a3d28eda5d0d52d6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();