(function() { const u = '/apps/statistics.php?aid=410307&browser=IE&created_date=20260303&created_hour=14&dduuid=3eb7928c4b195&device=0&device_type=desktop&os=Windows&ssid=q9n07ohj91rvocf77oqaet4m4j&t=1772518505&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=677414b3377f1a8642868450e96b3f4d263a9d9f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();