(function() { const u = '/apps/statistics.php?aid=455734&browser=IE&created_date=20260304&created_hour=14&dduuid=65e21827c8bd4&device=0&device_type=desktop&os=Windows&ssid=0c5ak8etng8t7abfl9a59o1oo0&t=1772604482&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d304d540be93c74281f4a80808b40fec79723294&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();