(function() { const u = '/apps/statistics.php?aid=113168&browser=IE&created_date=20260305&created_hour=16&dduuid=5d757de9853aa&device=0&device_type=desktop&os=Windows&ssid=99ot1sg30t9gv6rncs3iom5skt&t=1772697732&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48a2eefc10fad5142362513576a63f64de688235&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();