(function() { const u = '/apps/statistics.php?aid=454861&browser=IE&created_date=20260309&created_hour=10&dduuid=aa977d55e6ac4&device=0&device_type=desktop&os=Windows&ssid=s6oucl96ukqs6ta03el9rh01ij&t=1773025026&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ab8c3747a86d7ea9ed63b42bfce9fecf95969fea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();