(function() { const u = '/apps/statistics.php?aid=22718&browser=IE&created_date=20260118&created_hour=12&dduuid=a19b5afdcda3b&device=0&device_type=desktop&os=Windows&ssid=aa7dr0s2m3r7652hi0eibl7b9p&t=1768711812&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81f6d7ae846ea789460a0111215d2d1b16ef0f7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();